Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uses claimInterpreter #4910

Merged
merged 55 commits into from
Apr 5, 2024
Merged

Uses claimInterpreter #4910

merged 55 commits into from
Apr 5, 2024

Conversation

compulim
Copy link
Contributor

@compulim compulim commented Oct 18, 2023

Fixes #4870.

Changelog Entry

Fixed

  • Fixes #4870. Originator should use claimInterpreter instead of ReplyAction/provider, by @compulim, in PR #4910

Description

Instead of using a ReplyAction/provider to specify the originator, we should use Claim/claimInterpreter. This allows every claim to have their own originator.

Specific Changes

  • Moved Schema.org types to botframework-webchat-core
  • Modified Schema.org type helpers: type is only needed for first-level things in Activity.entities
  • Added zero-width space (\u200B) before/after the link for better word wrapping
  • I have added tests and executed them locally
  • I have updated CHANGELOG.md
  • I have updated documentation

Review Checklist

This section is for contributors to review your work.

  • Accessibility reviewed (tab order, content readability, alt text, color contrast)
  • Browser and platform compatibilities reviewed
  • CSS styles reviewed (minimal rules, no z-index)
  • Documents reviewed (docs, samples, live demo)
  • Internationalization reviewed (strings, unit formatting)
  • package.json and package-lock.json reviewed
  • Security reviewed (no data URIs, check for nonce leak)
  • Tests reviewed (coverage, legitimacy)

@compulim compulim marked this pull request as ready for review October 18, 2023 20:57
@compulim compulim added this to the imminent milestone Dec 5, 2023
@compulim compulim force-pushed the feat-claim-interpreter branch from 40f5de7 to 8d1caad Compare February 26, 2024 21:08
@compulim compulim merged commit 6a623fb into main Apr 5, 2024
25 checks passed
@compulim compulim deleted the feat-claim-interpreter branch April 5, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider using claimInterpreter than ReplyAction/provider for provenance
2 participants